UCF STIG Viewer Logo

Run control scripts' lists of preloaded libraries must contain only absolute paths.


Overview

Finding ID Version Rule ID IA Controls Severity
V-22355 GEN001610 SV-37215r1_rule ECSC-1 Medium
Description
The library preload list environment variable contains a list of libraries for the dynamic linker to load before loading the libraries required by the binary. If this list contains paths to libraries relative to the current working directory, unintended libraries may be preloaded. This variable is formatted as a space-separated list of libraries. Paths starting with a slash (/) are absolute paths.
STIG Date
Red Hat Enterprise Linux 5 Security Technical Implementation Guide 2014-07-02

Details

Check Text ( None )
None
Fix Text (F-32781r1_fix)
Edit the run control script and remove the relative path entry from the library preload variable.